14554 matches found
CVE-2026-53065
The CVE-2026-53065 issue in the Linux kernel affects ASoC: sti by leaking regmap_field allocations created during driver init. The underlying cause is that regmap_field objects were not freed, potentially exhausting resources if the driver is removed. The fixed approach switches to devm_regmap_fi...
CVE-2026-53069
The CVE-2026-53069 issue is a Linux kernel null-pointer dereference in the XDP redirect path for bonding devices that have not been fully initialized. Specifically, bond_rr_gen_slave_id() can dereference a NULL rr_tx_counter when XDP redirects reach a bond that was never opened. The fix in xdp_ma...
CVE-2026-52967
The CVE-2026-52967 issue affects the Linux kernel SMB client in the symlink_data() logic. On 32-bit architectures, it can cause an infinite loop due to len calculation (p->ErrorDataLength == 0xfffffff8) and an out-of-bounds read (len == 0xfffffff0) where next points to invalid memory (e.g., p ...
CVE-2026-53068
CVE-2026-53068 (Linux kernel, drm/komeda AFBC size check) Root cause: integer overflow in the calculation of the minimum required framebuffer size (AFBC payload size + framebuffer offset) during validation, allowing a malformed, undersized drm_gem_object to slip through. Impact: potential out-of-...